This application is designed to place incrementing text. It uses the active
text/level/attributes settings for the text placement, please set active settings
prior to running this application.
It is a universal tool that allows for fixed prefix and or suffix to be included
to allow for a texts such as GF.E.22, or GF.22.E, where 22 is the
incrementing part of the text.
It also increments alpha characters like A to B to C etc. or ZY to ZZ to AAA
to AAB etc. and will also increment alpha characters from either the left or
right end of the set.
It also has the function to check for duplicate values to avoid having two
text elements the same in the active file.
This Help file, JDECS_Place_Inc_Text.htm, and JDECS_Place_Increment_Text.mvba
need to be in the same folder.
To start the application, key-in,
vba load JDECS_Place_Increment_Text.mvba;vba run PlaceIncrementText
Prefix is characters preceding the Incrementing text
Increment is the text to be Incremented
Suffix is characters beyond the Incrementing text
Example (Prefix 'abc') (Increment '9') (Suffix '-20')
will produce 'abc9-20 to abc10-20 to abc11-20 etc.'
When an Alpha character is inserted in the Increment box, the Alpha options
will become visible.
Left or Right options for Alpha characters only, will Increment
characters from Left or Right end of the incrementing string.